home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr13 / hex51.zip / HEX.CFG < prev    next >
Text File  |  1995-03-27  |  2KB  |  43 lines

  1. ###Note!!!! There is no need to change this file by hand anymore!!
  2. ###         You can do it all from within Hex!!!
  3.  
  4. AUTO DELETE=N;      #In file select mode, Alt-d deletes file without prompt
  5. EDITOR=EDIT;        #Editor to use when hitting Alt-a. (Assumes enough memory)
  6. OVERWRITE=N;        #Begin in Overwrite mode? (Insert mode otherwise)
  7. MEMORY=50000;        #Memory buffer size. The larger this value is, the more
  8.             #memory it will use to hold file. This means less time
  9.             #spent accessing disk. But perhaps shorter search times.
  10. SCRTIME=300;        #This is the time in seconds before screen saver kicks in
  11. BIG FILE=200000;    #If a file to be loaded is bigger than this value (default
  12.                     # is 100000, then user is asked if they wish to view it
  13.                     # in read only mode. This mode is alot faster as no
  14.                     # temp file is created. But the file cannot be saved.
  15. CASE SENSITIVE=Y;   #Should searches be case sensitive?
  16.  
  17.  
  18.  
  19. PAUSE TIME=0;
  20.             # This line will keep the little information windows
  21.             # from coming up at all (Type F2 to see an example
  22.             # of a 'little information window'. The value is in milliseconds
  23.             # By default, they will show for about a second
  24.  
  25. LINES=AUTO;        #You may FORCE the number (ie. LINES=25) of lines to be 
  26.             #used. If LINES=AUTO, then an auto-detect will be done,
  27.             #using current screen setting. This is usually best.
  28.  
  29. TEMP=AUTO;          #Temp directory for swaps. If not specified, HEX looks
  30. #TMP=C:\TMP;        #at TMP then TEMP environment variable. If this is not present,
  31.             #current directory is used. If TEMP=AUTO, then the TEMP
  32.             #environment variable is always used.
  33.  
  34.  
  35. HEX TEXT=CYAN,BLACK;
  36. MARKED TEXT=GREY,WHITE;
  37. OFFSETS=GREEN,BLACK;
  38. ACTIVE CURSOR=BLACK,WHITE,BLINK;
  39. INACTIVE CURSOR=GREY,WHITE;
  40. TITLES=GREEN,BLACK;
  41. TITLE VALUES=CYAN,BLACK;
  42. CHAR TEXT=WHITE,BLACK;
  43.